home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DO1002.ARJ / PGPROMPT.SCR < prev    next >
Text File  |  1991-12-03  |  1KB  |  38 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« SetPagePrompt »ye«
  3.  
  4.     /PAGEPROMPT[ {Prompt}]
  5. /cw
  6.     This command sets the »gr«prompt»#« which appears at the bottom of
  7.     the screen when the »%t«/PAGE»#« command or »ye«.PAGE »%t«/DISPLAY»#« option
  8.     are encountered.
  9. .pg clr
  10.     The default prompt which appears every time the »gr«PAGE»#« command
  11.     or display option are encountered is:
  12.  
  13.         »c 1 7« Press any key to continue, <esc> to abort . . . »#«
  14. »#«
  15.     You can override this prompt by entering the »%t«/PAGEPROMPT»#«
  16.     command. Variables appearing in the »cy«{Prompt}»#« are expanded to
  17.     their current values.
  18.  
  19.     The default can be reset by entering the »%t«/PAGEPROMPT»#« command
  20.     without the »cy«{Prompt}»#«.
  21. .pg clr
  22.     We'll put the page prompts that you need to respond to at
  23.     the bottom of the screen to avoid confusion.
  24.  
  25.     Here is a line resetting the pageprompt:
  26.  
  27. |/PAGEPROMPT "That's all there is to it!"
  28. |.pg -24
  29.  
  30.     And now, we'll reset it to the default.
  31.  
  32. |/PAGEPROMPT
  33. |/PAGE -24
  34.  
  35.     As you can see, the prompt has been reset.
  36.  
  37. /ENDEXEC CLEAR
  38.